Nevron .NET Vision
Nevron.Chart Namespace / NScale1DToViewTransformation Class / Transform Method / Transform(Double[],NPointF[]) Method


In This Topic
    Transform(Double[],NPointF[]) Method
    In This Topic
    Transforms axis scale coordinates to view coordinates.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Transform( _
       ByVal values() As System.Double, _
       ByRef pointViews() As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NScale1DToViewTransformation
    Dim values() As System.Double
    Dim pointViews() As NPointF
     
    instance.Transform(values, pointViews)
    public void Transform( 
       System.double[] values,
       ref NPointF[] pointViews
    )

    Parameters

    values
    pointViews
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also